Now you can easily migrate your DECForms screens directly to either HTML or .NET ASPX (C# or VB). This is a typical DECForms screen.


This is the same DECForms screen converted to HTML


This is the same DECForms screen converted to ASPX. All Textboxes retain the field names declared from either your "Copybooks" or from the "Form Records" defined in your DECForms layouts. See-Below! Note the CUST_NO which had the "$" removed from the Fieldname as a "$" is invalid within a Fieldname.


This is the ASPX source code from the above DECForms screen. Notice that all the Textboxes have a "txt_" prefix. You may specify any prefix codes as required prior to conversion. Labels are also set with a "lbl_" prefix and a sequential counter, based on their sequence during the conversion.


This is the original DECForms code; notice that the S$CUST_NO from above has been truncated to txt_SCUST_NO as the "$" is invalid as part of a Fieldname.


Want more information? Contact us and get started migrating your VMS COBOL and DECForms to .NET Now!